XBasic language reference

A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z

KEYWORD

intrinsic
statement
operator

returnValues and arguments are XLONG unless otherwise stated.  SLONG and ULONG accepted for XLONG with no overhead.

integer                - any integer type except GIANT

integers              - any integer type including GIANT

numeric               - integers or floating point

float                   - SINGLE or DOUBLE

single                  - SINGLE

double                 - DOUBLE

string                  - character string ( string of unsigned bytes )

numString            - numeric or string

expression           - numeric or string

bitspec                - bitfield specification returned by BITFIELD()